home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / CIS M31 / project / page_links.css < prev   
Cascading Style Sheet File  |  2011-05-04  |  684b  |  20 lines

  1. /*
  2.     Everything Music
  3.     Stylesheet for Links page table
  4.     
  5.     Author: Richard Thomson
  6.     Date Created: 31 March 2011
  7.     Date Modified: 31 March 2011
  8.     
  9.     Filename: page_links.css
  10.     Supporting Files:
  11. */
  12.  
  13. #info1    {font-size: 14px; text-align: center}
  14. table.links_table    {position: relative; top: 0px; left: 0px; border-collapse: 
  15.                     collapse; width: 700px; height: 600px}
  16. thead th    {font-size: 18px; border-bottom: 2px double blue}
  17. tbody td    {padding: 10px 10px 20px 0px; font-size: 14px; border-bottom: 1px dotted red}
  18. table col.links_column    {width: 25%}
  19. table a    {text-decoration: none; color: red; font-size: 14px}
  20. table a:hover    {text-decoration: overline underline; color: blue}